home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-08.gz / 1994-08 / 000020_owner-current-u…s.berkeley.edu_Mon Aug 1 09:45:10 1994.msg < prev    next >
Text File  |  1994-10-16  |  3KB  |  58 lines

  1. From: Christos Zoulas <christos@deshaw.com>
  2.        "D'oh!" (Jul 31,  6:54pm)
  3. Organization: D. E. Shaw & Co.
  4. X-Address: Tower 45, 120 West 45th St., 39th Floor, New York, N.Y. 10036
  5. X-Phone: (212) 478 0000
  6. X-Fax: (212) 478 0101
  7. X-Mailer: Mail User's Shell (7.2.5 10/14/92)
  8. To: Source Librarian <src@bsg.bsginc.com>,
  9.         current-users@sun-lamp.cs.berkeley.edu
  10. Subject: Re: D'oh!
  11. Sender: owner-current-users@sun-lamp.cs.berkeley.edu
  12.  
  13. On Jul 31,  6:54pm, src@bsg.bsginc.com (Source Librarian) wrote:
  14. -- Subject: D'oh!
  15.  
  16. | On another note, has anyone been using tcsh 6.04 or 6.05 with -current? Here
  17. | is something really strange that didn't happen with 0.9 (release). What's
  18. | happening is that when I telnet from an HP (847/H30 running HP/UX 9.04) to
  19. | our Dell 450/MX running -current (7/24 kernel + 7/13 userland binaries),
  20. | tcsh "mangles" newlines. Instead of going to the beginning of the next line,
  21. | it (in a lot of cases) does a simple linefeed and continues on. For example,
  22. | when I'm using tcsh 6.05 and I do an ls, it comes out like:
  23. | dingo% ls
  24. | Mail/                   archie/
  25. |                                XF/                      tcp_wrapper.tar.Z
  26. |                                                                          dingo%
  27. | This behavior doesn't happen when I telnet from a 0.9 (release) machine, only
  28. | from our HP-UX machine. What makes it even more strange is that sometimes I
  29. | can make it work by just logging out of the session and logging back in
  30. | (works about 1/5 of the time). Even more weird: if I telnet from the HP to
  31. | the 0.9 machine, and then [from 0.9] telnet to the -current machine, tcsh
  32. | behaves nicely, so I don't think it's HP/UX's telnet.
  33. | I don't think I can blame -current, because /bin/csh and /bin/sh work fine.
  34. | I tried every stty setting, and the results are the same. Any ideas? A bug
  35. | with tcsh?
  36.  
  37. Please read the FAQ file that comes with tcsh, particulary section 14
  38. substituting cray with 4.4BSD:
  39.  
  40. 14. On the cray, sometimes the CR/LF mapping gets screwed up.
  41.  
  42.     You are probably logged in to the cray via telnet. Cray's
  43.     telnetd implements line mode selection the telnet client
  44.     you are using does not implement telnet line mode.
  45.     This cause the Cray's telnetd to try to use KLUDGELINEMODE.
  46.     You can turn off telnet line mode from the cray side by
  47.     doing a "stty -extproc", or you can get the Cray AIC to build
  48.     a telnetd without KLUDGELINEMODE, or you can compile
  49.     a new telnet client (from the BSD net2 tape), or at least
  50.     on the suns use: 'mode character'.
  51.  
  52. This is definitely not tcsh fault; all the shells that use command line
  53. editing suffer the same way. Try set -o emacs in the bourne shell...
  54.  
  55. christos